home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Unix / Piper / Source / Piper.h < prev    next >
Text File  |  1993-01-25  |  597b  |  17 lines

  1. //Change in 1.2: distinction between returnSelection and pasteSelection
  2. //is not needed, as the author of 1.1 thought.
  3. //The serviced application will know itself, according to whether or not
  4. //Return Type: was given (relevant only if you studied 1.1).
  5.  
  6. //The Update Dynamic Services service is included in the Mach-O file.
  7. //The others are, as the name says, dynamic.
  8. //See NXUpdateDynamicServices (use Digital Librarian).
  9.  
  10.  
  11. #import <objc/Object.h>
  12. @interface Piper:Object{}
  13. -appDidInit:sender;
  14. -piperMessage:(id)pb userData:(const char *)userData error:(char **)msg;
  15. -reloadScripts:sender;
  16. @end
  17.